ComponentOne ASP.NET MVC Controls
MinScale Method

C1.Web.Mvc.Fluent Namespace > RangeSelectorBuilder<T> Class : MinScale Method
The value.
Configurates C1.Web.Mvc.RangeSelector<T>.MinScale. Sets the minimum range scale of the range selector.
Syntax
'Declaration
 
Public Function MinScale( _
   ByVal value As Double _
) As RangeSelectorBuilder(Of T)
public RangeSelectorBuilder<T> MinScale( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The minimum scale is between 0 and 1.
See Also

Reference

RangeSelectorBuilder<T> Class
RangeSelectorBuilder<T> Members